Uses of Interface
org.eclipse.vtp.framework.interactions.core.conversation.IInteraction

Packages that use IInteraction
org.eclipse.vtp.framework.interactions.core.conversation   
 

Uses of IInteraction in org.eclipse.vtp.framework.interactions.core.conversation
 

Subinterfaces of IInteraction in org.eclipse.vtp.framework.interactions.core.conversation
 interface IBridgeMessage
          A message that displays data to the agent on the other end of a conversation.
 interface IDataRequest
          A request that collects binary data from the other end of the conversation.
 interface IEndMessage
          A message that displays data to the agent on the other end of a conversation.
 interface IExternalReference
          A request that collects data from an externally referenced resource.
 interface IFinal
          An interaction run at the beginning of a conversation.
 interface IInitial
          An interaction run at the beginning of a conversation.
 interface IInputRequest
          A request that collects a data value from the other end of the conversation.
 interface IMetaDataMessage
          A message that sends attributes to the agent handling the other end of a conversation.
 interface IMetaDataRequest
          A message that requests attributes from the agent handling the other end of a conversation.
 interface IOutputMessage
          A message that displays data to the agent on the other end of a conversation.
 interface ISelectionRequest
          A request that collects a value selection from the other end of the conversation.
 interface ITransferMessage
          A message that displays data to the agent on the other end of a conversation.